ArrayToList(array [, delimiter ])Converts the specified one dimensional array to a list, delimited with the character you specify.
Name of the array containing elements you want to use to build a list.
Specify the character(s) you want to use to delimit elements in the list. Default is comma ( , ).